Meta released Code Llama, a large language model (LLM) that can use text prompts to generate and discuss code, on August 24, 2023. It has been built on Llama 2 as a foundational model and is free for research and commercial use. Click here to read the news annoucment published by Meta.

The below visualization depicts the foundational building block of Llama 2, and an approach to build your own custom model on top of it:

Meta launches Code Llama expanding Llama (AI Model) Capabilities

Key deliverables/artifacts, which can be accessed by following links below:

Code Llama Playground – Text to Code Experience

Prompt: Create a Binary Search Program in Java
Meta launches Code Llama expanding Llama (AI Model) Capabilities

Code Llama Playground – Code Completion Experience

Prompt: public static void binarySearch(int arr[], int first, int last, int key)
Meta launches Code Llama expanding Llama (AI Model) Capabilities

Disclaimer:

All data and information provided on this blog are for informational purposes only. All the image sources used are for reference only. The author makes no representations as to the accuracy, completeness, correctness, suitability, or validity of any information on this blog and will not be liable for any errors, omissions, or delays in this information or any losses, injuries, or damages arising from its display or use. This is a personal view and the opinions expressed here represent my own and not those of my employer or any other organization.

Leave a Comment